html make space between buttons

73

html make space between buttons -

<div class='myDiv'>
    <button style='margin-right:16px'>Button 1</button>
    <button style='margin-right:16px'>Button 2</button>
    <button>Button 3</button>
</div>

how to space out buttons css -

.yourClass{margin-left:100px;}

Comments

Submit
0 Comments